home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / utilsys / corrctnm.rdm < prev    next >
Text File  |  1996-05-20  |  619b  |  16 lines

  1. Short:   Get the right spelling of a file/dir.
  2. Author:  Thomas Igracki
  3. Version: 37.4
  4. Type:    util/shell
  5.  
  6. This small program gets the right "spelling" of a file (or a directory).
  7.  
  8. For  example,  if  you  had  a  file  called  "ThisIsMyFile" in the current
  9. directory  and want to copy it (or whatever) to a different device by doing
  10. this: "copy thisismyfile ram:".
  11.  
  12. Then normaly a file called "thisismyfile" will be created in "ram:".
  13. But if you use:  "copy `correctname thisismyfile` ram:", then a file called
  14. "ThisIsMyFile"  will  be  created  in  "ram:"  (if it was created so on the
  15. source device). See what I mean?
  16.